Hi all,

can someone explain why i get the error “Request for member”A” in “B” is of non-class type ”C” if i use a constructor without parameters C B(); and why this error dissappear if i use C B(1); (With 1 as dummy param which is not used anywhere else)

By the way the appropriate header file is always included and the code for the constructors are identical.

Thanks
dexli